projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3106121
)
Fix syntax error in previous commit.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 10 Nov 2010 09:08:05 +0000
(10:08 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 10 Nov 2010 09:08:05 +0000
(10:08 +0100)
src/dbusbind.c
patch
|
blob
|
history
diff --git
a/src/dbusbind.c
b/src/dbusbind.c
index ec7a3ff721724894bd1e475ecd3a5ab70adf5729..6ab976b58daf18ce17f18d63583335201f243dc0 100644
(file)
--- a/
src/dbusbind.c
+++ b/
src/dbusbind.c
@@
-163,7
+163,7
@@
int xd_in_read_queued_messages = 0;
|| (type == DBUS_TYPE_DOUBLE) \
|| (type == DBUS_TYPE_STRING) \
|| (type == DBUS_TYPE_OBJECT_PATH) \
- || (type == DBUS_TYPE_SIGNATURE
\
+ || (type == DBUS_TYPE_SIGNATURE
)
\
|| (type == DBUS_TYPE_UNIX_FD))
#else
#define XD_BASIC_DBUS_TYPE(type) \